{
    "comment": "These qualities will apply for all fishing rods! For more info
                about how to edit this file and add more files, visit 
                https://bitbucket.org/Tmtravlr/qualitytools/wiki/Home",
    
    "slot": [
        "mainhand"
    ],
    "whitelist": [
      {
        "class": "ItemFishingRod"
      }
    ],
    "blacklist": [
    
    ],
    "qualities": [
      {
        "name": "quality.unlucky.name",
        "color": "red",
        "weight": 5,
        "attributes": [
          {
            "name": "generic.luck",
            "amount": -0.5,
            "operation": 0
          }
        ]
      },
      {
        "name": "normal",
        "weight": 50
      },
      {
        "name": "quality.lucky.name",
        "color": "blue",
        "weight": 5,
        "attributes": [
          {
            "name": "generic.luck",
            "amount": 0.5,
            "operation": 0
          }
        ]
      }
    ]
}